Skip to content

Conversation

@mrpapersonic
Copy link

Description

This adds a preprocessor define that describes the swkbd API. The rationale being that there are programs that desire only USB keyboard support, but also wish to retain source-level compatibility with pre-swkbd WiiU SDL versions. For example, Schism Tracker completely breaks when a software keyboard is pulled up.

@GaryOderNichts
Copy link

There is no stable API when building SDL from source from the Wii U branches.

The current plan is to release the swkbd feature together with SDL2 2.32 to the pacman repos. To check if swkbd support is present #if SDL_VERSION_ATLEAST(2, 32, 0) can then be used.

For example, Schism Tracker completely breaks when a software keyboard is pulled up.

This shouldn't happen. Do have any further details about this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants